home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / PROPERTIES.STX < prev    next >
Encoding:
Text File  |  2000-06-30  |  1.7 KB  |  65 lines

  1. Properties - Define properties.
  2.   
  3.   Description
  4.  
  5.     This view allows you to edit and define properties on the current
  6.     object.
  7.  
  8.     Property types
  9.  
  10.       'boolean' -- 1 or 0. 
  11.  
  12.       'date' -- A 'DateTime' value, for example '12/31/1999 15:42:52 PST'.
  13.       
  14.       'float' -- A decimal number, for example '12.4'. 
  15.  
  16.       'int' -- An integer number, for example, '12'. 
  17.  
  18.       'lines' -- A list of strings, one per line. 
  19.  
  20.       'long' -- A long integer, for example '12232322322323232323423'. 
  21.  
  22.       'string' -- A string of characters, for example 'This is a string'. 
  23.  
  24.       'text' -- A multi-line string, for example a paragraph. 
  25.  
  26.       'tokens' -- A list of strings separated by white space, for example
  27.       'one two three'. 
  28.  
  29.       'selection' -- A string selected by a pop-up menu. 
  30.  
  31.       'multiple selection' -- A list of strings selected by a selection list.
  32.  
  33.   Controls
  34.  
  35.      Editing Properties
  36.  
  37.       Existing properties can be edited by selecting them.
  38.  
  39.       '[Checkbox]' -- Select the properties to change.
  40.       
  41.       'Property' -- The value of the property. 
  42.  
  43.       'Save Changes' -- Changes the value of the selected properties.
  44.  
  45.       'Delete' -- Deletes the selected properties.
  46.  
  47.     Creating new properties
  48.  
  49.       'Id' -- The id of the property.
  50.  
  51.       'Type' -- The type of the property.
  52.  
  53.       'Value' -- The value of the property.
  54.  
  55.          **Note: When creating 'selection' and 'multiple selection'
  56.          properties, specify the name of another property (or method)
  57.          as the 'Value'. This property (or method) should return a
  58.          list of strings will be used to provide choices for the
  59.          selection.** 
  60.  
  61.       'Add' -- Creates a new property.
  62.  
  63.  
  64.  
  65.